"anime card" shadcn/ui theme

anime-inspired
vibrant-colors
high-contrast
modern-design
immersive-experience
dynamic-tone-shift
playful-aesthetic
emotionally-engaging
light-and-dark-modes

Shadcn/ui Theme Css Variables

name: Anime Card Themekeyword: anime card views: 40

:root {
  --background: 0 0% 95%;
  --foreground: 0 0% 10%;
  --card: 0 0% 98%;
  --card-foreground: 0 0% 10%;
  --popover: 0 0% 98%;
  --popover-foreground: 0 0% 10%;
  --primary: 210 80% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 30 80% 60%;
  --secondary-foreground: 0 0% 98%;
  --muted: 0 0% 90%;
  --muted-foreground: 0 0% 40%;
  --accent: 300 70% 60%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 0 0% 85%;
  --input: 0 0% 95%;
  --ring: 210 80% 50%;
  --radius: 0.75rem;
  --chart-1: 210 80% 50%;
  --chart-2: 30 80% 60%;
  --chart-3: 300 70% 60%;
  --chart-4: 0 80% 50%;
  --chart-5: 90 70% 50%;
} 

.dark {
  --background: 0 0% 10%;
  --foreground: 0 0% 95%;
  --card: 0 0% 15%;
  --card-foreground: 0 0% 95%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 95%;
  --primary: 210 60% 60%;
  --primary-foreground: 0 0% 10%;
  --secondary: 30 60% 70%;
  --secondary-foreground: 0 0% 10%;
  --muted: 0 0% 20%;
  --muted-foreground: 0 0% 60%;
  --accent: 300 60% 70%;
  --accent-foreground: 0 0% 10%;
  --destructive: 0 60% 60%;
  --destructive-foreground: 0 0% 10%;
  --border: 0 0% 25%;
  --input: 0 0% 20%;
  --ring: 210 60% 60%;
  --radius: 0.75rem;
  --chart-1: 210 60% 60%;
  --chart-2: 30 60% 70%;
  --chart-3: 300 60% 70%;
  --chart-4: 0 60% 60%;
  --chart-5: 90 60% 60%;
}